<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
	--theme-color: #ce5925;
	--title-color: #333333;
	--text-color: #666;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.container-fluid {
	width: 100%;
	max-width: 1440px;
}

.bg-secondary {
	background-color: rgba(245, 245, 245, 1) !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.page-title h3 {
	font-size: 30px;
	margin: 0;
}

.page-title h4 {
	font-size: 24px;
	font-family: times new roman, times, serif;
	text-transform: uppercase;
	margin: 20px 0px;
	position: relative;
	display: inline-block;
}

.page-title {
	text-align: center;
	overflow: hidden;
}

.page-title h4:before,
.page-title h4:after {
	content: '';
	width: 130px;
	height: 1px;
	background: #cfcfcf;
	position: absolute;
	top: 50%;
}

.page-title h4:before {
	left: 0;
	transform: translateX(-120%);
}

.page-title h4:after {
	right: 0;
	transform: translateX(120%);
}

.page-title:after {
	content: '';
	border: 6px solid;
	border-color: #333 transparent transparent;
	display: block;
	width: 1px;
	margin: 0 auto;
}
.zw {
	height: 90px;
}
@media (max-width: 991px) {
	.zw {
		height: 60px;
	}
}
@media (max-width: 767px) {
	.contact-left {
		padding: 0px;
	}
}</pre></body></html>